From 71e2fc9d3f9e63508f940d5bfb01a9227852f2ca Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sun, 1 Mar 2026 21:10:06 +0100 Subject: [PATCH] local-revert-x86-64-add-GLIBC_ABI_GNU2_TLS-version Gbp-Pq: Topic amd64 Gbp-Pq: Name local-revert-x86-64-add-GLIBC_ABI_GNU2_TLS-version.diff --- sysdeps/x86_64/Makefile | 9 --------- sysdeps/x86_64/Versions | 5 ----- 2 files changed, 14 deletions(-) diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile index a4904ae11..bb17207e6 100644 --- a/sysdeps/x86_64/Makefile +++ b/sysdeps/x86_64/Makefile @@ -208,15 +208,6 @@ LDFLAGS-tst-plt-rewrite2 = -Wl,-z,now LDFLAGS-tst-plt-rewritemod2.so = -Wl,-z,now,-z,undefs tst-plt-rewrite2-ENV = GLIBC_TUNABLES=glibc.cpu.plt_rewrite=2 $(objpfx)tst-plt-rewrite2: $(objpfx)tst-plt-rewritemod2.so - -tests-special += $(objpfx)check-gnu2-tls.out - -$(objpfx)check-gnu2-tls.out: $(common-objpfx)libc.so - LC_ALL=C $(READELF) -V -W $< \ - | sed -ne '/.gnu.version_d/, /.gnu.version_r/ p' \ - | grep GLIBC_ABI_GNU2_TLS > $@; \ - $(evaluate-test) -generated += check-gnu2-tls.out endif test-internal-extras += tst-gnu2-tls2mod1 diff --git a/sysdeps/x86_64/Versions b/sysdeps/x86_64/Versions index a63c11bcb..e94758b23 100644 --- a/sysdeps/x86_64/Versions +++ b/sysdeps/x86_64/Versions @@ -5,11 +5,6 @@ libc { GLIBC_2.13 { __fentry__; } - GLIBC_ABI_GNU2_TLS { - # This symbol is used only for empty version map and will be removed - # by scripts/versions.awk. - __placeholder_only_for_empty_version_map; - } } libm { GLIBC_2.1 { -- 2.30.2